Feature: Create Page
Scenarios
|
Chart |
Status Progress |
||||
|---|---|---|---|---|---|
|
1
|
|
||||
| Total duration: | |||||
| 1m 43.974s |
Scenario: User can create page
Before
0m 1.160s
Given
I navigate to page "<LOGIN_URL>"
0m 2.494s
And
I wait for 5 seconds
0m 5.249s
When
I enter a correct email "<EMAIL>"
0m 0.228s
And
I wait for 2 seconds
0m 2.193s
When
I enter a correct password "<PASSWORD>"
0m 0.193s
And
I wait for 2 seconds
0m 2.193s
When
I click on the signin button
0m 0.354s
And
I wait for 5 seconds
0m 5.256s
Then
I can see dashboard admin
0m 0.216s
And
I wait for 2 seconds
0m 2.225s
When
I select the "Pages" section
0m 0.289s
And
I wait for 2 seconds
0m 2.201s
When
I select the "Create New Page" option
0m 0.226s
And
I wait for 2 seconds
0m 2.177s
When
I type the page title "Sample Page"
0m 0.163s
And
I wait for 2 seconds
0m 2.178s
When
I click on the body text of page
0m 0.167s
And
I wait for 2 seconds
0m 2.174s
When
I click on the "Publish Page" option
0m 0.220s
And
I wait for 2 seconds
0m 2.190s
When
I click on "Finish Review Page"
0m 0.170s
And
I wait for 2 seconds
0m 2.190s
When
I click on the "Publish Page Now" button
0m 0.223s
And
I wait for 5 seconds
0m 5.233s
Then
I confirm that the page was created
0m 0.193s
And
I wait for 2 seconds
0m 2.215s
After
0m 0.004s
Screenshots
Before
NO IMAGE AVAILABLE
Given
I navigate to page "<LOGIN_URL>"
And
I wait for 5 seconds
When
I enter a correct email "<EMAIL>"
And
I wait for 2 seconds
When
I enter a correct password "<PASSWORD>"
And
I wait for 2 seconds
When
I click on the signin button
And
I wait for 5 seconds
Then
I can see dashboard admin
And
I wait for 2 seconds
When
I select the "Pages" section
And
I wait for 2 seconds
When
I select the "Create New Page" option
And
I wait for 2 seconds
When
I type the page title "Sample Page"
And
I wait for 2 seconds
When
I click on the body text of page
And
I wait for 2 seconds
When
I click on the "Publish Page" option
And
I wait for 2 seconds
When
I click on "Finish Review Page"
And
I wait for 2 seconds
When
I click on the "Publish Page Now" button
And
I wait for 5 seconds
Then
I confirm that the page was created
And
I wait for 2 seconds
After
NO IMAGE AVAILABLE